home *** CD-ROM | disk | FTP | other *** search
- >INTRO.HTML Desktop Tools: Chapter 1: Introduction
- >INSTALL.HTML Desktop Tools: Chapter 2: Installing Acorn C/C++
- >WORKING.HTML Desktop Tools: Chapter 3: Working with desktop tools
- >DDTOLD.HTML Desktop Tools: Chapter 4: Desktop debugging tool
- >MAKE.HTML Desktop Tools: Chapter 5: Make
- >SRCEDIT.HTML Desktop Tools: Chapter 6: SrcEdit
- >GENERAL.HTML Desktop Tools: Chapter 7: General features
- >AMU.HTML Desktop Tools: Chapter 8: AMU
- >DECAOF.HTML Desktop Tools: Chapter 9: DecAOF
- >DIFF.HTML Desktop Tools: Chapter 10: Diff
- >FIND.HTML Desktop Tools: Chapter 11: Find
- >LIBFILE.HTML Desktop Tools: Chapter 12: LibFile
- >LINK.HTML Desktop Tools: Chapter 13: Link
- >OBJSIZE.HTML Desktop Tools: Chapter 14: ObjSize
- >SQUEEZE.HTML Desktop Tools: Chapter 15: Squeeze
- >EXTEND.HTML Desktop Tools: Chapter 16: Adding your own desktop tools
- >APPA.HTML Desktop Tools: Appendix A: Makefile syntax
- >APPB.HTML Desktop Tools: Appendix B: FrontEnd protocols
- >APPC.HTML Desktop Tools: Appendix C: DDEUtils
- >APPD.HTML Desktop Tools: Appendix D: SrcEdit file formats
- >APPE.HTML Desktop Tools: Appendix E: Code file formats
- >APPF.HTML Desktop Tools: Appendix F: ARM procedure call standard
- :INTRO.HTML Desktop Tools: Chapter 1: Introduction
- 1 idx-224 Introduction
- 3 idx-225 About this manual
- 4 idx-226 Part 1- Getting started
- 4 idx-227 Part 2 - Interactive tools
- 4 idx-228 Part 3 - Non-interactive tools
- 4 idx-229 Part 4 - Appendices
- 3 idx-230 Conventions used
- :INSTALL.HTML Desktop Tools: Chapter 2: Installing Acorn C/C++
- 1 98524 Installing Acorn C/C++
- 4 idx-219 Hardware requirement
- 4 idx-220 The Install application
- 4 idx-221 Running the Installer application
- 6 marker-877748 Demonstration program
- 5 idx-222 AcornC_C++ directory structure
- 4 idx-223 Environment variables and Acorn C/C++
- 5 marker-878049 Run$Path
- 5 marker-878054 DDE$Path
- 5 marker-878059 C$Path
- :WORKING.HTML Desktop Tools: Chapter 3: Working with desktop tools
- 1 50325 Working with desktop tools
- 4 idx-288 Desktop tools
- 5 idx-289 Interactive and non-interactive tools
- 5 idx-290 Entering filenames
- 4 idx-291 Working styles
- 4 idx-292 Where to go from here
- :DDTOLD.HTML Desktop Tools: Chapter 4: Desktop debugging tool
- 1 47782 Desktop debugging tool
- 4 idx-124 Overview
- 5 idx-125 Topics covered in this chapter
- 4 51383 About debuggers
- 4 marker-120431 Preparing your program
- 5 idx-126 Compiling
- 5 idx-127 Linking
- 4 marker-120437 Starting a debugging session
- 4 marker-120443 Specifying program objects
- 5 marker-120445 Procedure names
- 5 marker-120446 Variable names
- 5 idx-128 Expressions
- 5 marker-120428 Addresses & low-level expressions
- 6 idx-129 Examples:
- 4 marker-120448 Execution control
- 5 idx-130 Continue
- 5 idx-131 Single step
- 5 idx-132 Call
- 5 idx-133 Return
- 5 idx-134 Breakpoint
- 5 idx-135 Watchpoint
- 5 idx-136 Trace
- 6 idx-137 Execution
- 6 idx-138 Breakpoints
- 6 idx-139 Watchpoints
- 6 idx-140 Procedures
- 6 idx-141 Event breaks
- 6 idx-142 SWI breaks
- 4 marker-120460 Program examination and modification
- 5 idx-143 Display
- 6 idx-144 Source
- 6 idx-145 Expression
- 6 idx-146 Arguments
- 6 idx-147 Locals
- 6 idx-148 Backtrace
- 6 idx-149 Symbols
- 6 idx-150 Disassembly
- 6 idx-151 Memory
- 6 idx-152 Registers
- 6 idx-153 FP Registers
- 5 idx-154 Change
- 6 idx-155 Variable
- 6 idx-156 Register
- 6 idx-157 Memory contents
- 4 32200 Options and other commands
- 6 idx-158 Source-level debugging
- 6 idx-159 Machine-level debugging
- 6 idx-160 Memory protection
- 6 idx-161 Source line numbers
- 6 idx-162 Stop at entry
- 6 idx-163 RISC OS bindings / Arthur bindings
- 6 idx-164 Command line
- 6 idx-165 Base
- 6 idx-166 Source tree
- 5 idx-167 Log
- 5 idx-168 Find
- 6 idx-169 Word or Byte
- 6 idx-170 String
- 5 idx-171 *Commands
- 5 idx-172 Help
- 5 marker-120468 Quit
- 4 marker-120469 An example debugging session
- 5 idx-173 The debugging session
- :MAKE.HTML Desktop Tools: Chapter 5: Make
- 1 25424 Make
- 4 idx-240 Invoking Make
- 4 idx-241 Using Make
- 5 idx-242 Projects
- 5 idx-243 Creating new projects
- 5 idx-244 Maintaining projects
- 6 idx-245 Opening a project
- 6 idx-246 Adding and removing members
- 6 idx-247 Listing members
- 6 idx-248 Touching members
- 6 46035 Multiple targets
- 6 idx-249 Setting tool options
- 6 52855 Removing projects
- 5 45195 Creating a final target for a project
- 5 idx-250 Saving a project without Making it
- 5 idx-251 Setting Make main options
- 5 marker-641710 Text-editing Makefiles
- 5 idx-252 Using conventional Makefiles
- 4 11059 Makefile format
- 4 87271 Programmer interface
- 5 42543 Registering command-line tools with Make
- 5 58382 Message-passing interface for setting tool options
- :SRCEDIT.HTML Desktop Tools: Chapter 6: SrcEdit
- 1 48481 SrcEdit
- 4 idx-262 Starting SrcEdit
- 5 idx-263 Typing in text
- 5 idx-264 Inserting and deleting text
- 4 30169 SrcEdit menus
- 5 72842 The Misc menu
- 5 idx-265 Saving text - the Save menu
- 5 72856 Manipulating blocks of text - the Select menu
- 5 46498 The Edit menu
- 6 marker-306289 Searching for a string of characters
- 6 idx-266 Replacing a string of characters with a new string
- 6 marker-306323 Using keyboard short-cuts
- 6 idx-267 Other useful facilities
- 6 11770 Magic characters and their meanings
- 6 marker-306388 Wildcarded expressions and their meanings
- 6 38136 Other options on the Edit menu:
- 5 idx-268 The Display menu
- 4 idx-269 Printing a SrcEdit file
- 4 90096 Laying out tables - the Tab key
- 6 idx-270 Regular columns
- 6 idx-271 Irregular columns
- 4 idx-272 Reading in text from another file
- 4 idx-273 Bracket Matching
- 4 idx-274 Throwback
- 5 idx-275 C example throwback session
- 5 idx-276 Assembler example throwback session
- 5 idx-277 C++ example throwback session
- 4 idx-278 Saving Options
- 5 idx-279 Setting options in a SrcEdit window
- 4 24740 The SrcEdit icon bar menu
- 4 idx-280 SrcEdit task windows
- 4 idx-281 Some guidelines and suggestions for using task windows
- 4 idx-282 Keystroke equivalents
- 5 idx-283 When editing
- 5 idx-284 Keystroke equivalents in the Select menu
- 5 idx-285 Keystroke equivalents in the Edit menu
- 5 idx-286 Keystroke equivalents in the Find menu
- 5 idx-287 Keystroke File options
- :GENERAL.HTML Desktop Tools: Chapter 7: General features
- 1 85040 General features
- 6 idx-211 Interface
- 4 idx-212 The Application menu
- 4 idx-213 The Setup box
- 5 idx-214 The SetUp menu
- 4 21615 Output
- 5 idx-215 The Text window
- 5 idx-216 The Summary window
- 5 idx-217 Toggling between the Text and Summary windows
- 5 idx-218 Processed file output from filter tools
- :AMU.HTML Desktop Tools: Chapter 8: AMU
- 1 47693 AMU
- 4 idx-0 Starting AMU
- 4 marker-188875 The Application menu
- 4 idx-1 Example output
- 4 marker-188876 Command line interface
- 5 idx-2 Options
- :DECAOF.HTML Desktop Tools: Chapter 9: DecAOF
- 1 22800 DecAOF
- 4 idx-174 The SetUp dialogue box
- 5 idx-175 SetUp options
- 5 idx-176 The SetUp menu
- 4 idx-177 The Application menu
- 4 idx-178 Example output
- 4 20116 Command line interface
- 5 idx-179 Options
- :DIFF.HTML Desktop Tools: Chapter 10: Diff
- 1 59732 Diff
- 4 idx-180 The SetUp dialogue box
- 5 idx-181 SetUp options
- 5 idx-182 The SetUp menu
- 4 idx-183 The Application Menu
- 4 idx-184 Example output
- 5 idx-185 Example 1
- 5 idx-186 Example 2
- 4 23180 Command line interface
- 5 idx-187 Options
- :FIND.HTML Desktop Tools: Chapter 11: Find
- 1 65829 Find
- 3 idx-201 The SetUp dialogue box
- 4 idx-202 SetUp options
- 5 idx-203 Pattern wildcards
- 5 idx-204 File wildcards
- 4 idx-205 The SetUp menu
- 3 idx-206 The Application menu
- 3 idx-207 Example output
- 3 28562 Command line interface
- 4 idx-208 Options
- 4 idx-209 Pattern
- 4 idx-210 Filepattern
- :LIBFILE.HTML Desktop Tools: Chapter 12: LibFile
- 1 60777 LibFile
- 4 idx-231 The SetUp dialogue box
- 5 idx-232 The SetUp options
- 5 idx-233 The SetUp menu
- 4 idx-234 Output
- 4 marker-623244 Command line interface
- 5 idx-235 Options
- 5 idx-236 Examples
- 6 53297 Assembler example
- :LINK.HTML Desktop Tools: Chapter 13: Link
- 1 40104 Link
- 4 idx-237 The SetUp dialogue box
- 5 idx-238 The SetUp menu
- 4 marker-328597 Output
- 4 marker-328600 Possible errors during a link stage
- 4 marker-328601 Libraries
- 4 46428 Generating overlaid programs
- 5 marker-328540 Overlay description files
- 5 marker-328589 X-Ref option
- 5 marker-328586 Link map option
- 5 marker-328587 Linking with the overlay manager
- 4 marker-328608 Relocatable AIF images
- 5 marker-328610 Utilities
- 4 marker-328611 Relocatable modules
- 4 marker-328616 Predefined linker symbols
- 4 marker-328584 Command line interface
- 5 idx-239 Options
- :OBJSIZE.HTML Desktop Tools: Chapter 14: ObjSize
- 1 53348 ObjSize
- 4 idx-253 The SetUp dialogue box
- 5 idx-254 The SetUp menu
- 4 idx-255 The Application menu
- 4 idx-256 Example output
- 4 33580 Command line interface
- :SQUEEZE.HTML Desktop Tools: Chapter 15: Squeeze
- 1 28936 Squeeze
- 4 idx-257 The SetUp dialogue box
- 5 idx-258 The SetUp menu
- 4 idx-259 The Application menu
- 4 idx-260 Example output
- 4 61709 Command line interface
- 5 idx-261 Options
- :EXTEND.HTML Desktop Tools: Chapter 16: Adding your own desktop tools
- 1 99288 Adding your own desktop tools
- 4 76704 The FrontEnd module
- 5 idx-188 Overview
- 6 idx-189 *FrontEnd_Start
- 6 idx-190 *FrontEnd_SetUp
- 6 idx-191 Example
- 4 marker-61889 Producing a complete Wimp application
- 5 marker-61892 !Run, !Boot and !SetUp files
- 5 idx-192 !Sprites file
- 5 21200 Template files
- 5 marker-62686 Writing an application description
- 6 marker-61929 TOOLDETAILS section
- 6 marker-61931 METAOPTIONS section
- 6 marker-61932 FILEOUTPUT section
- 6 marker-61933 DBOX section
- 6 56759 MENU section
- 6 idx-193 DESELECTIONS section
- 6 idx-194 EXCLUSIONS section
- 6 idx-195 MAKE_EXCLUSIONS section
- 6 idx-196 ORDER section
- 6 idx-197 MAKE_ORDER section
- 5 idx-198 Messages files
- 5 idx-199 Providing interactive help
- 5 idx-200 !Choices file
- 4 marker-61819 The DDEUtils module
- 4 marker-61877 SrcEdit
- 5 marker-61936 Resource files
- 4 68290 Make
- :APPA.HTML Desktop Tools: Appendix A: Makefile syntax
- 1 53105 Makefile syntax
- 4 idx-3 Make and AMU
- 5 marker-941051 Command execution
- 4 idx-4 Makefile basics
- 6 idx-5 File name truncation
- 6 idx-6 Macros as targets
- 4 idx-7 Makefile structure
- 4 idx-8 Advanced features
- 5 idx-9 File naming
- 5 idx-10 VPATH
- 5 idx-11 Rule patterns, .SUFFIXES, $@, $*, $< and $?
- 6 idx-12 Use of ::
- 5 idx-13 Prefix$Dir
- 4 93327 Makefiles constructed by Make
- 4 idx-14 Miscellaneous features
- :APPB.HTML Desktop Tools: Appendix B: FrontEnd protocols
- 1 46448 FrontEnd protocols
- 4 idx-15 Star Commands
- 4 idx-16 EBNF Grammar of Description Format
- 4 idx-17 WIMP Message returned after a *FrontEnd_SetUp
- :APPC.HTML Desktop Tools: Appendix C: DDEUtils
- 1 20867 DDEUtils
- 4 idx-18 Filename prefixing SWIs
- 5 marker-567805 DDEUtils_Prefix (&42580)
- 6 idx-19 Entry
- 6 idx-20 Exit
- 6 idx-21 Error
- 6 idx-22 Use
- 4 idx-23 Filename prefixing *Commands
- 5 marker-567806 *Prefix [directory]
- 4 idx-24 Long command line SWIs
- 5 marker-567807 DDEUtils_SetCLSize (&42581)
- 6 idx-25 Entry
- 6 idx-26 Exit
- 6 idx-27 Error
- 6 idx-28 Use
- 5 marker-567808 DDEUtils_SetCL (&42582)
- 6 idx-29 Entry
- 6 idx-30 Exit
- 6 idx-31 Error
- 6 idx-32 Use
- 5 marker-567809 DDEUtils_GetCLSize (&42583)
- 6 idx-33 Entry
- 6 idx-34 Exit
- 6 idx-35 Error
- 6 idx-36 Use
- 5 marker-567810 DDEUtils_GetCl (&42584)
- 6 idx-37 Entry
- 6 idx-38 Exit
- 6 idx-39 Error
- 6 idx-40 Use
- 4 marker-567793 Throwback SWIs
- 5 marker-567811 DDEUtils_ThrowbackRegister (&42585)
- 6 idx-41 Entry
- 6 idx-42 Exit
- 6 idx-43 Error
- 6 idx-44 Use
- 5 marker-567812 DDEUtils_ThrowbackUnRegister (&42586)
- 6 idx-45 Entry
- 6 idx-46 Exit
- 6 idx-47 Error
- 6 idx-48 Use
- 5 marker-567813 DDEUtils_ThrowbackStart (&42587)
- 6 idx-49 Entry
- 6 idx-50 Exit
- 6 idx-51 Error
- 6 idx-52 Use
- 5 marker-567814 DDEUtils_ThrowbackSend (&42588)
- 6 idx-53 Entry
- 6 idx-54 Exit
- 6 idx-55 Error
- 6 idx-56 Use
- 5 marker-567817 DDEUtils_ThrowbackEnd (&42589)
- 6 idx-57 Exit
- 6 idx-58 Error
- 4 idx-59 Throwback WIMP messages
- :APPD.HTML Desktop Tools: Appendix D: SrcEdit file formats
- 1 marker-846185 SrcEdit file formats
- 4 idx-60 Language File Format
- 4 idx-61 Help File Format
- :APPE.HTML Desktop Tools: Appendix E: Code file formats
- 1 82681 Code file formats
- 4 idx-62 Terminology
- 4 idx-63 Byte Sex or Endian-ness
- 4 marker-701168 Alignment
- 4 marker-701169 Undefined fields
- 2 77819 AOF
- 4 idx-64 Chunk file format
- 4 marker-692574 Object file format
- 5 marker-692619 Format of the AOF header chunk
- 6 marker-694449 Object file type
- 6 marker-694452 Version ID
- 6 idx-65 Number of areas
- 6 idx-66 Number of symbols
- 6 marker-692624 Entry address area/ entry address offset
- 5 marker-692626 Format of area headers
- 6 marker-692627 Area name
- 6 marker-694522 Area size
- 6 marker-701140 Number of relocations
- 5 marker-701144 Attributes and Alignment
- 6 idx-67 Bit 8
- 6 idx-68 Bit 9
- 6 idx-69 Bits 10 and 11
- 6 idx-70 Bit 12
- 6 idx-71 Bit 13
- 6 idx-72 Bit 14
- 6 idx-73 Bit 15
- 6 idx-74 Bit 16
- 6 idx-75 Bit 17
- 6 idx-76 Bit 18
- 6 idx-77 Bit 19
- 6 idx-78 Bit 20
- 6 idx-79 Bit 21
- 6 idx-80 Bits 22-23
- 6 idx-81 Bits 24-27
- 6 idx-82 Bits 28-31
- 5 marker-701135 Area Attributes Summary
- 5 12057 Format of the areas chunk
- 5 marker-692637 Relocation directives
- 6 idx-83 Offset
- 6 idx-84 SID (Subject Identification)
- 6 idx-85 FT (Field Type)
- 6 idx-86 II (Instruction Instruction)
- 6 idx-87 R (relocation type)
- 6 idx-88 Bits 29-31
- 5 marker-692642 Format of the symbol table chunk
- 6 idx-89 Name
- 6 idx-90 Value
- 6 idx-91 Area Name
- 5 marker-701231 Symbol Attributes
- 6 idx-92 Bits 1 and 0
- 6 idx-93 Bit 2
- 6 idx-94 Bit 3
- 6 idx-95 Bit 4
- 6 idx-96 Bit 5
- 6 idx-97 Bit 6
- 6 idx-98 Bit 7
- 6 idx-99 Bit 8-11
- 6 idx-100 Bit 12-31
- 5 idx-101 Symbol Attribute Summary
- 5 marker-696314 String table chunk (OBJ_STRT)
- 5 marker-692647 Identification chunk (OBJ_IDFN)
- 2 marker-692652 ALF
- 4 marker-692656 Library file format
- 5 marker-701243 LIB_DIRY
- 5 marker-701244 ChunkIndex
- 5 marker-701245 EntryLength
- 5 marker-701249 DataLength
- 5 marker-701250 Data
- 5 77273 Time Stamps
- 5 marker-701252 LIB_TIME
- 5 marker-701261 LIB_VSRN
- 5 marker-701262 LIB_DATA
- 4 marker-701263 Object Code Libraries
- 5 marker-701264 OFL_SYMT
- 5 marker-701265 OFL_TIME
- 2 marker-692604 AIF
- 4 idx-102 Properties of AIF
- 5 idx-103 Executable AIF
- 4 idx-104 The Layout of AIF
- 5 marker-701208 AIF Header Layout
- 6 idx-105 Notes
- 4 idx-106 Zero-Initialisation Code
- 5 27999 Self-Move and Self-Relocation Code
- 2 35340 ASD
- 4 marker-701273 Order of Debugging Data
- 4 marker-701274 Endian-ness and the Encoding of Debugging Data
- 4 marker-701275 Representation of Data Types
- 4 marker-701281 Representation of Source File Positions
- 4 marker-701283 Debugging Data Items in Detail
- 5 marker-701284 The Code and Length Field
- 5 marker-701285 Text Names in Items
- 5 marker-701286 Offsets in File and Addresses in Memory
- 5 idx-107 Section Items
- 5 marker-701288 Procedure Items
- 5 marker-701289 Label Items
- 5 marker-701290 Endproc Items
- 5 marker-701291 Variable Items
- 5 marker-701292 Type Items
- 5 marker-701293 Struct Items
- 5 marker-701294 Array Items
- 5 marker-701295 Subrange Items
- 5 marker-701296 Set Items
- 5 marker-701297 Enumeration Items
- 5 marker-701298 Function Declaration Items
- 5 marker-701299 Begin and End Naming Scope Items
- 5 marker-701300 Fileinfo Items
- :APPF.HTML Desktop Tools: Appendix F: ARM procedure call standard
- 1 29771 ARM procedure call standard
- 4 marker-619624 The purpose of APCS
- 5 marker-619622 Design criteria
- 4 idx-108 The ARM Procedure Call Standard
- 5 marker-619625 Register names
- 6 marker-619627 General registers
- 6 marker-619628 Floating point registers
- 5 marker-619629 The Stack
- 6 marker-619630 The stack backtrace data structure
- 6 idx-109 Function invocations and backtrace structures
- 6 idx-110 Control arrival
- 6 marker-619631 Data representation and argument passing
- 6 idx-111 Control return
- 4 marker-619632 APCS variants
- 6 idx-112 32-bit PC vs 26-bit PC
- 6 idx-113 Implicit vs explicit stack-limit checking
- 6 idx-114 Floating-point arguments in floating-point registers
- 6 idx-115 Reentrant vs non-reentrant code
- 6 marker-619633 APCS-2 compatibility
- 4 marker-619634 C Language calling conventions
- 6 marker-619638 Argument representation
- 6 marker-619641 Argument list marshalling
- 6 marker-619647 Non-simple value return
- 5 marker-619652 Function entry
- 6 idx-116 Function entry - establishing the static base
- 6 idx-117 Function entry - creating the stack backtrace structure
- 6 32237 Function entry - saving and restoring floating point registers
- 6 idx-118 Function entry - checking for stack limit violations
- 6 idx-119 Stack limit checking - small, fixed frames
- 6 idx-120 Stack limit checking - large, fixed frames
- 6 55201 Stack limit checking - vari-sized frames
- 6 idx-121 Function exit
- 4 idx-122 Some examples
- 4 marker-619657 The APCS in non-user ARM modes
- 6 idx-123 Aborts and pre-ARM6-based ARMs
-